home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Now 11 / CD-ROM Now MegaDisc 11 (1995-02).iso / utils / runwad.bat < prev    next >
DOS Batch File  |  1994-09-30  |  179b  |  10 lines

  1. echo off
  2. cls
  3. if not exist c:\doomtool\run_doom.bat goto no
  4. call c:\doomtool\run_doom.bat %1
  5. goto exit
  6. :no
  7. call \utils\install.bat
  8. :exit
  9. echo Press any key to continue...
  10.